extensions/gggl{,-lies}.c: use 'lrint' where it is not yet used
authorMassimo Valentini <mvalentini@src.gnome.org>
Sat, 14 Jul 2012 15:07:38 +0000 (17:07 +0200)
committerMassimo Valentini <mvalentini@src.gnome.org>
Sat, 14 Jul 2012 15:07:38 +0000 (17:07 +0200)
commitf8195231a7400e27754ade29a96b3d278bdb1658
tree1f03cbc1a72ae9b46a502c9d85e571d06747ba76
parent07cc0809228236c7fdcab6b61c4d515f9b93dc84
extensions/gggl{,-lies}.c: use 'lrint' where it is not yet used

and instead of 'rint'.
'lrint' returning a long does not require a conversion double->int
that in theory requires changing the rounding direction from
toward the nearest to toward zero.
extensions/gggl-lies.c
extensions/gggl.c